home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / irc / Mail.readme < prev   
Text File  |  2004-09-23  |  1KB  |  28 lines

  1. Short:    Advanced email script for AmIRC
  2. Author:   mickjt @AT@ ihug.com.au (Michael Trebilcock)
  3. Uploader: mickjt @AT@ ihug.com.au (Michael Trebilcock)
  4. Type:     comm/irc
  5. Requires: AmIRC and RexxMast running
  6.  
  7. Features:
  8. - Shows you how many emails you have, and the byte size total
  9. - Verbose command to show who sent it, the subject, and the byte size of each email
  10. - Delete feature, why load up an email client when you don't need to?
  11. - Decodes quoted-printable email headers.
  12.  
  13. Installation:
  14. Simply copy to it to your AmIRC/Rexx directory, and configure the
  15. top of the Mail.amirx file.
  16.  
  17. Usage examples:
  18. /rx mail - Will show how many emails you have
  19. /rx mail verbose  - Will show how many emails, who sent it, the subject, and the byte size of each email..
  20. /rx mail del 5 3 9 6  - Will delete emails 5, 3, 9 and 6..
  21. /rx mail del all - Will delete all emails. Be careful! New emails may have just arrived before you do this..
  22. /rx mail del all 5 - Will delete all emails from 1 to 5.
  23.  
  24. What's new:
  25.  
  26. - Fixed infinite loop problem when headers were MIME encoded in
  27.   a format other than quoted-printable.
  28.